detectors/dynatrace: add Dynatrace resource detector - #9491
Open
paulojmdias wants to merge 1 commit into
Open
Conversation
paulojmdias
requested review from
a team,
MrAlias,
XSAM,
dashpole,
dmathieu and
pellared
as code owners
August 16, 2026 21:43
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9491 +/- ##
=======================================
- Coverage 84.5% 84.5% -0.1%
=======================================
Files 203 204 +1
Lines 16805 16862 +57
=======================================
+ Hits 14215 14261 +46
- Misses 2110 2121 +11
Partials 480 480
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ports the Dynatrace resource detector from
processor/resourcedetectionprocessor/internal/dynatraceinopentelemetry-collector-contribto a new standalone Go modulego.opentelemetry.io/contrib/detectors/dynatrace.Also registers the detector in
detectors/autodetectasIDDynatrace("dynatrace").I'm proposing to be a codeowner of this detector together with the current code owner on the contrib side. \cc @evan-bradley
Fixes #8958
Relates #8940